From: Lars Ingebrigtsen Date: Sat, 9 Oct 2021 12:49:38 +0000 (+0200) Subject: Remove mistaken dired-x entry from previous info-look patch. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~3291^2~1012^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=22704345f7dd1175444ce591bb53a4cf908762b9;p=emacs.git Remove mistaken dired-x entry from previous info-look patch. --- diff --git a/lisp/info-look.el b/lisp/info-look.el index 881f63c140c..48120359193 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -979,8 +979,7 @@ Return nil if there is nothing appropriate in the buffer near point." ;; sort of fallback match scheme existed. ("(elisp)Index" nil "^ -+ .*: " "\\( \\|$\\)") ("(cl)Function Index" nil "^ -+ .*: " "\\( \\|$\\)") - ("(cl)Variable Index" nil "^ -+ .*: " "\\( \\|$\\)") - ("(dired-x)Index" nil "^ -+ .*: " "\\( \\|$\\)"))) + ("(cl)Variable Index" nil "^ -+ .*: " "\\( \\|$\\)"))) (mapc (lambda (elem)